home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat2 / getpgrp.0 < prev    next >
Text File  |  1996-09-01  |  2KB  |  49 lines

  1.  
  2. GETPGRP(2)                 UNIX Programmer's Manual                 GETPGRP(2)
  3.  
  4. NNAAMMEE
  5.      ggeettppggrrpp - get process group
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<uunniissttdd..hh>>
  9.  
  10.      _p_i_d___t
  11.      ggeettppggrrpp(_v_o_i_d)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The process group of the current process is returned by ggeettppggrrpp().
  15.  
  16.      Process groups are used for distribution of signals, and by terminals to
  17.      arbitrate requests for their input: processes that have the same process
  18.      group as the terminal are foreground and may read, while others will
  19.      block with a signal if they attempt to read.
  20.  
  21.      This call is thus used by programs such as csh(1) to create process
  22.      groups in implementing job control.  The ttccggeettppggrrpp() and ttccsseettppggrrpp()
  23.      calls are used to get/set the process group of the control terminal.
  24.  
  25. SSEEEE AALLSSOO
  26.      setpgid(2),  termios(4)
  27.  
  28. HHIISSTTOORRYY
  29.      The ggeettppggrrpp() function call appeared in 4.0BSD.
  30.  
  31. SSTTAANNDDAARRDDSS
  32.      The ggeettppggrrpp() function conforms to IEEE Std1003.1-1988 (``POSIX'').
  33.  
  34. CCOOMMPPAATTIIBBIILLIITTYY
  35.      This version of ggeettppggrrpp() differs from past Berkeley versions by not tak-
  36.      ing a _p_i_d___t _p_i_d argument.  This incompatibility is required by IEEE
  37.      Std1003.1-1988 (``POSIX'').
  38.  
  39.      From the IEEE Std1003.1-1988 (``POSIX'') Rationale:
  40.  
  41.      4.3BSD provides a ggeettppggrrpp() function that returns the process group ID
  42.      for a specified process.  Although this function is used to support job
  43.      control, all known job-control shells always specify the calling process
  44.      with this function.  Thus, the simpler System V ggeettppggrrpp() suffices, and
  45.      the added complexity of the 4.3BSD ggeettppggrrpp() has been omitted from
  46.      POSIX.1.
  47.  
  48. 4.2 Berkeley Distribution        June 4, 1993                                1
  49.